Skip to main content
Version: 11.x

Type alias: TRPCPrepassProps<TRouter, TSSRContext>

TRPCPrepassProps: <TRouter, TSSRContext> object

Type parameters

ParameterDefault
TRouter extends AnyRouter-
TSSRContext extends NextPageContextNextPageContext

Type declaration

config

config: WithTRPCConfig< TRouter >


queryClient

queryClient: QueryClient


ssrContext

ssrContext: TSSRContext


ssrState

ssrState: "prepass"


trpcClient

trpcClient: TRPCUntypedClient< TRouter >

Source

withTRPC.tsx:75


Generated using TypeDoc and typedoc-plugin-markdown